home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Prevent Selection.sd
< prev
next >
Wrap
INI File
|
2004-06-28
|
459b
|
33 lines
[SUBJECT]
Description=Disable selection of text
ImageIndex=-1
Folder=Tools
[HEAD_TEXT]
;<script language="JavaScript1.2">
;<!-- begin
;function disableselect(e){
;return false;
;}
;function reEnable(){
;return true;
;}
;document.onselectstart=new Function ("return false");
;if (window.sidebar){
;document.onmousedown=disableselect;
;document.onclick=reEnable;
;}
;// end -->
;</script>
;
[BODY_TEXT]
[``]
Kind=S
Value=